home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 260
/
SOMC Family Forum 260 - Disc 2.iso
/
Somc.dir
/
00037_Script_37
< prev
next >
Wrap
Text File
|
1999-01-19
|
264b
|
20 lines
on mouseEnter
if not count(the windowList) then
doRollover(20,1)
end if
end
on mouseLeave
if not count(the windowList) then
doRollout(20)
end if
end
on mouseUp
glowClear()
doClick()
cursor 0
go to frame "extras"
end